home *** CD-ROM | disk | FTP | other *** search
/ PC World 2006 July & August / PCWorld_2006-07-08_cd.bin / v cisle / acehtml / acehtmlfreeware.exe / acehtmlfree.exe / 0 / RCDATA / TFRMSCRIPTS / TFRMSCRIPTS.txt < prev   
Text File  |  2006-04-19  |  6KB  |  276 lines

  1. object frmScripts: TfrmScripts
  2.   Left = 747
  3.   Top = 149
  4.   BorderIcons = [biSystemMenu, biMaximize]
  5.   BorderStyle = bsSizeToolWin
  6.   ClientHeight = 433
  7.   ClientWidth = 227
  8.   Color = clGradientActiveCaption
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Shell Dlg 2'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   Icon.Data = {<image000.ico>}
  16.   KeyPreview = True
  17.   OldCreateOrder = True
  18.   OnClose = FormClose
  19.   OnCreate = FormCreate
  20.   OnDestroy = FormDestroy
  21.   OnEndDock = FormEndDock
  22.   OnShow = FormShow
  23.   OnStartDock = FormStartDock
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object tvObjects: TTreeView
  27.     Left = 0
  28.     Top = 35
  29.     Width = 227
  30.     Height = 194
  31.     Align = alTop
  32.     Ctl3D = True
  33.     Indent = 19
  34.     ParentCtl3D = False
  35.     ReadOnly = True
  36.     TabOrder = 2
  37.     OnChange = tvObjectsChange
  38.     OnContextPopup = tvObjectsContextPopup
  39.     OnKeyDown = tvObjectsKeyDown
  40.   end
  41.   object pnlTop: TPanel
  42.     Left = 0
  43.     Top = 0
  44.     Width = 227
  45.     Height = 35
  46.     Align = alTop
  47.     BevelOuter = bvNone
  48.     TabOrder = 1
  49.     object lblJsVersion: TLabel
  50.       Left = 1
  51.       Top = 3
  52.       Width = 34
  53.       Height = 11
  54.       Caption = 'Version:'
  55.       Font.Charset = ANSI_CHARSET
  56.       Font.Color = clWindowText
  57.       Font.Height = -9
  58.       Font.Name = 'Small Fonts'
  59.       Font.Style = []
  60.       ParentFont = False
  61.     end
  62.     object BtnMethods: TButton
  63.       Left = 0
  64.       Top = 20
  65.       Width = 60
  66.       Height = 15
  67.       HelpContext = 619
  68.       Font.Charset = DEFAULT_CHARSET
  69.       Font.Color = clBlack
  70.       Font.Height = -9
  71.       Font.Name = 'Small Fonts'
  72.       Font.Style = [fsUnderline]
  73.       ParentFont = False
  74.       TabOrder = 0
  75.       OnClick = BtnMethodsClick
  76.     end
  77.     object BtnEvents: TButton
  78.       Left = 60
  79.       Top = 20
  80.       Width = 60
  81.       Height = 15
  82.       HelpContext = 5100
  83.       Font.Charset = DEFAULT_CHARSET
  84.       Font.Color = clBlack
  85.       Font.Height = -9
  86.       Font.Name = 'Small Fonts'
  87.       Font.Style = []
  88.       ParentFont = False
  89.       TabOrder = 1
  90.       OnClick = BtnMethodsClick
  91.     end
  92.     object pnlRight: TPanel
  93.       Left = 167
  94.       Top = 0
  95.       Width = 60
  96.       Height = 35
  97.       Align = alRight
  98.       BevelOuter = bvNone
  99.       TabOrder = 2
  100.       object BtnHelp: TButton
  101.         Left = 0
  102.         Top = 1
  103.         Width = 60
  104.         Height = 15
  105.         Font.Charset = DEFAULT_CHARSET
  106.         Font.Color = clBlack
  107.         Font.Height = -9
  108.         Font.Name = 'Small Fonts'
  109.         Font.Style = []
  110.         ParentFont = False
  111.         TabOrder = 0
  112.         OnClick = BtnHelpClick
  113.       end
  114.       object BtnInsert: TButton
  115.         Left = 0
  116.         Top = 20
  117.         Width = 60
  118.         Height = 15
  119.         Font.Charset = DEFAULT_CHARSET
  120.         Font.Color = clBlack
  121.         Font.Height = -9
  122.         Font.Name = 'Small Fonts'
  123.         Font.Style = []
  124.         ParentFont = False
  125.         TabOrder = 1
  126.         OnClick = listMethodsDblClick
  127.       end
  128.     end
  129.   end
  130.   object listMethods: TListBox
  131.     Left = 0
  132.     Top = 237
  133.     Width = 227
  134.     Height = 176
  135.     Align = alClient
  136.     Ctl3D = True
  137.     ItemHeight = 13
  138.     ParentCtl3D = False
  139.     TabOrder = 3
  140.     OnContextPopup = tvObjectsContextPopup
  141.     OnDblClick = listMethodsDblClick
  142.     OnKeyDown = tvObjectsKeyDown
  143.   end
  144.   object CmboJavaScript: TComboBox
  145.     Left = 42
  146.     Top = -1
  147.     Width = 95
  148.     Height = 18
  149.     HelpContext = 5110
  150.     Style = csDropDownList
  151.     Font.Charset = ANSI_CHARSET
  152.     Font.Color = clWindowText
  153.     Font.Height = -8
  154.     Font.Name = 'Small Fonts'
  155.     Font.Style = []
  156.     ItemHeight = 10
  157.     ParentFont = False
  158.     TabOrder = 0
  159.     OnChange = CmboJavaScriptChange
  160.     Items.Strings = (
  161.       'JavaScript 1.0/JScript 1.0'
  162.       'JavaScript 1.1'
  163.       'JavaScript 1.2'
  164.       'JavaScript 1.3'
  165.       'JScript 5.0'
  166.       'JavaScript 1.4'
  167.       'JavaScript 1.5'
  168.       'JScript 5.5')
  169.   end
  170.   object StatusBar: TdxStatusBar
  171.     Left = 0
  172.     Top = 413
  173.     Width = 227
  174.     Height = 20
  175.     Panels = <
  176.       item
  177.         PanelStyleClassName = 'TdxStatusBarTextPanelStyle'
  178.       end>
  179.     PaintStyle = stpsOffice11
  180.     Font.Charset = DEFAULT_CHARSET
  181.     Font.Color = clWindowText
  182.     Font.Height = -11
  183.     Font.Name = 'MS Shell Dlg 2'
  184.     Font.Style = []
  185.   end
  186.   object Splitter1: TcxSplitter
  187.     Left = 0
  188.     Top = 229
  189.     Width = 227
  190.     Height = 8
  191.     HotZoneClassName = 'TcxXPTaskBarStyle'
  192.     AlignSplitter = salTop
  193.     Control = tvObjects
  194.   end
  195.   object barMan: TdxBarManager
  196.     AllowReset = False
  197.     Font.Charset = DEFAULT_CHARSET
  198.     Font.Color = clWindowText
  199.     Font.Height = -11
  200.     Font.Name = 'Tahoma'
  201.     Font.Style = []
  202.     Bars = <>
  203.     CanCustomize = False
  204.     Categories.Strings = (
  205.       'Default')
  206.     Categories.ItemsVisibles = (
  207.       2)
  208.     Categories.Visibles = (
  209.       True)
  210.     PopupMenuLinks = <>
  211.     Style = bmsOffice11
  212.     UseSystemFont = True
  213.     Left = 135
  214.     Top = 310
  215.     DockControlHeights = (
  216.       0
  217.       0
  218.       0
  219.       0)
  220.     object bbInsertTag: TdxBarButton
  221.       Caption = 'InsertTag'
  222.       Category = 0
  223.       Hint = 'InsertTag'
  224.       Visible = ivAlways
  225.       OnClick = listMethodsDblClick
  226.     end
  227.     object bbHelpOnTag: TdxBarButton
  228.       Caption = 'HelpOnTag'
  229.       Category = 0
  230.       Hint = 'HelpOnTag'
  231.       Visible = ivAlways
  232.       OnClick = BtnHelpClick
  233.     end
  234.     object bbDockable: TdxBarButton
  235.       Caption = 'Dockable'
  236.       Category = 0
  237.       Hint = 'Dockable'
  238.       Visible = ivAlways
  239.       ButtonStyle = bsChecked
  240.       OnClick = miDockableClick
  241.     end
  242.     object bbClose: TdxBarButton
  243.       Caption = 'Close'
  244.       Category = 0
  245.       Hint = 'Close'
  246.       Visible = ivAlways
  247.       OnClick = miCloseClick
  248.     end
  249.   end
  250.   object popupScripts: TdxBarPopupMenu
  251.     BarManager = barMan
  252.     ItemLinks = <
  253.       item
  254.         Item = bbInsertTag
  255.         Visible = True
  256.       end
  257.       item
  258.         Item = bbHelpOnTag
  259.         Visible = True
  260.       end
  261.       item
  262.         Item = bbDockable
  263.         Visible = True
  264.       end
  265.       item
  266.         BeginGroup = True
  267.         Item = bbClose
  268.         Visible = True
  269.       end>
  270.     UseOwnFont = False
  271.     OnPopup = PopupMenu1Popup
  272.     Left = 85
  273.     Top = 135
  274.   end
  275. end
  276.